From d7e4e255a16018abd88c378fbc1e0e3614583223 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Aug 2002 05:26:13 +0000 Subject: [PATCH] Start easing in Cetus support. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2f3c5289a..04e9eee9d 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,17 @@ -CFLAGS=-g +CFLAGS=-g #-Lcoldsync FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ - gpsutil.o tiger.o pcx.o csv.o + gpsutil.o tiger.o pcx.o csv.o cetus.o OBJS=main.o queue.o route.o waypt.o util.o vecs.o $(FMTS) all: gpsbabel gpsbabel: $(OBJS) - $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm + $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm #-lpdb clean: - rm -f $(OBJS) gpsbabel + rm -f $(OBJS) gpsbabel gpsbabel.exe mapsend.o: mapsend.h magproto.o: magellan.h -- 2.30.2